type runtime.memRecordCycle

7 uses

	runtime (current package)
		mprof.go#L118: 	active memRecordCycle
		mprof.go#L130: 	future [3]memRecordCycle
		mprof.go#L134: type memRecordCycle struct {
		mprof.go#L140: func (a *memRecordCycle) add(b *memRecordCycle) {
		mprof.go#L393: 		*mpc = memRecordCycle{}
		mprof.go#L682: 				mp.future[c] = memRecordCycle{}